Opc.Ua.Core
GetValue<T>(BaseDataVariableState<T>) Method



Opc.Ua Namespace > BaseVariableState Class > GetValue Method : GetValue<T>(BaseDataVariableState<T>) Method
The framework type of value contained in the variable.
The variable.
Returns the value after checking if the variable is null.
Syntax
'Declaration
 
Public Overloads Shared Function GetValue(Of T)( _
   ByVal variable As BaseDataVariableState(Of T) _
) As T
'Usage
 
Dim variable As BaseDataVariableState(Of T)
Dim value As T
 
value = BaseVariableState.GetValue(Of T)(variable)
public static T GetValue<T>( 
   BaseDataVariableState<T> variable
)
public:
static T^ GetValuegeneric<typename T>
( 
   BaseDataVariableState<T^>^ variable
) 

Parameters

variable
The variable.

Type Parameters

T
The framework type of value contained in the variable.

Return Value

The value contained by the variable or the default value for the datatype if the variable is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members
Overload List